home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / sbin / fsck.reiserfs < prev    next >
Text File  |  2007-07-26  |  112b  |  5 lines

  1. #! /bin/sh
  2.  
  3. # Be sure to invoke reiserfsck quitely for booting over slow consoles
  4. exec /sbin/reiserfsck -q "$@"
  5.